export declare enum BooleanErrorCode { NOT_BOOLEAN = "NOT_BOOLEAN", } export declare function checkBoolean(mixed: any): undefined | BooleanErrorCode;