export declare function notEmpty(value: TValue | null | undefined): value is TValue; export declare function sleep(ms: number): Promise; export declare function noOp(): void; //# sourceMappingURL=general.d.ts.map