import { schema_info } from "./schema_info"; export declare class schema { constructor(); static getSchemaInfo(schema?: string): schema_info; }