import { ISchemaOptions } from '../lib/options/ISchemaOptions'; export declare function Schema(options: ISchemaOptions): (object: Function) => void;