export declare const EMPTY_ARR: any; export declare const EMPTY_OBJ: Record; export declare const EMPTY_PROMISE: () => Promise; export declare const EMPTY_UNRESOLVED_PROMISE: () => Promise; export declare const NOOP: (...args: any[]) => void; export declare const FALSE_OP: (...args: any[]) => boolean; export declare function NULL_OP(...args: any[]): any; export declare const TRUE_OP: (...args: any[]) => boolean; //# sourceMappingURL=empties.d.ts.map