export declare function AllowNull(target: any, propertyName: string): void; export declare function AllowNull(allowNull: boolean): Function;