export declare function safe(value: R, resolve: () => S, reject: () => T): S | T; export declare function fid(namespace?: string): string;