export declare function formatSchema({ schema }: {
    schema: string;
}): any;
export declare function formatSchema({ schemaPath }: {
    schemaPath: string;
}): any;
