import { ModelDecoratorOptions } from './option.interfaces';
export declare function Model(options: ModelDecoratorOptions): (target: any) => void;
