export declare class SinglePromise { private clientId; constructor(options: any); run(key: string, fn: () => Promise): Promise; private runIdlePromise; }