export declare function boolableToObject<T extends Record<string, any>>(input: T | boolean): T;
//# sourceMappingURL=boolable-to-object.d.ts.map