export declare const KeyStringAny: {
    type: string;
    format: string;
    property: {
        type: string;
    };
};
export declare const ArrayKeyString: {
    type: string;
    items: {
        type: string;
        format: string;
        property: {
            type: string;
        };
    };
};
export declare const ObjectAny: {
    type: string;
    properties: {
        type: string;
    };
};
export declare const stringArray: {
    type: string;
    items: {
        type: string;
    };
};
