import { PropertyParserStrictDataTypes } from '../types/property-parser-strict-data-types.type';
import { PropertyData } from '../types';
type PropertyDecoratorBooleanData = PropertyData<boolean> & PropertyParserStrictDataTypes;
export declare function BooleanProperty(data?: PropertyDecoratorBooleanData): (target: any, propertyKey: string) => void;
export {};
