export declare function resolveManager(): {
    set: (callback: any) => void;
    resolve: (...args: any[]) => void;
};
