export declare function assertIsOptionalBoolean(input: unknown, error?: string | Error): asserts input is boolean | undefined;