export declare const maps: {
    SchemaResponse: {
        Schema: import("../mapper").MapFunction<import("..").SchemaResponseV2, import("..").SchemaV2>;
    };
    SchemaPropertyResponse: {
        SchemaProperty: import("../mapper").MapFunction<import("../types/schemaResponse").SchemaPropertyResponse, import("../types/schema").SchemaProperty>;
    };
    SchemaPropertiesResponse: {
        SchemaProperties: import("../mapper").MapFunction<import("../types/schemaResponse").SchemaPropertiesResponse, import("../types/schema").SchemaProperties>;
    };
    Schema: {
        SchemaResponse: import("../mapper").MapFunction<import("..").SchemaV2, import("..").SchemaResponseV2>;
    };
    SchemaProperty: {
        SchemaPropertyResponse: import("../mapper").MapFunction<import("../types/schema").SchemaProperty, import("../types/schemaResponse").SchemaPropertyResponse>;
    };
    SchemaProperties: {
        SchemaPropertiesResponse: import("../mapper").MapFunction<import("../types/schema").SchemaProperties, import("../types/schemaResponse").SchemaPropertiesResponse>;
    };
};
