export declare function MultipleOf(value: number, message?: string): (target: any, key: string) => void;
