import type { ImageInput } from '../../types';
export declare const sanitize: (v: any) => string | undefined;
export declare const schema: (_o: any, s: any) => boolean;
export declare const normalize: ({ image }: ImageInput) => {
    value: string | undefined;
};
