import type { Class } from 'type-fest';
export declare function email(target: Class, propertyKey: string, parameterIndex: number): void;
