export declare const getSchema: (metodo: string) => {
    basePath: string;
    schemaPath: string;
};
