import { PropertyData, StringLength } from '../types';
type PropertyDecoratorStringData = PropertyData<string> & StringLength;
export declare function StringProperty(data?: PropertyDecoratorStringData): (target: any, propertyKey: string) => void;
export {};
