import { PropertyOptions } from '../core';
export declare const IsBoolean: ({ stringified, ...base }?: PropertyOptions<boolean, {
    stringified?: true | undefined;
}>) => PropertyDecorator;
