export declare class PendingExecuter { private readonly dictionary; execute(key: string, executer: () => Promise): Promise; }