/**
 * Get mapped type for given type to any basic Typescript/Javascript type.
 */
export declare const getMappedType: (type: string, format?: string | undefined) => string | undefined;
