import { PropertyData } from '../types';
type PropertyDecoratorRegexData = PropertyData<string>;
export declare function RegexProperty(regex: RegExp, data?: PropertyDecoratorRegexData): (target: any, propertyKey: string) => void;
export {};
