import { TSchema } from '../types'; export declare const getSchema: (name: string) => TSchema;