import { DataTypeRegistration } from './schema-store';
export declare function SmeSchemaProperty(...dataTypeRegistrations: DataTypeRegistration[]): (target: Function) => void;
