import { MapperFunction } from '../../../dynamic-resolver';
export declare function resolveImageType(key: string, value: any): {
    imageType: any;
};
export declare const schemaMapper: Map<string, string | MapperFunction>;
export declare const designSchemaMapper: Map<string, string | MapperFunction>;
