import { BaseDecoratorOptions } from '../types'; export declare function ApiPropertyBoolean({ isOptional, ...options }?: BaseDecoratorOptions): PropertyDecorator;