export declare function resolveModule(type: string | undefined, name: string): Promise; export declare function resolveFunction(type: string | undefined, executor: T | string, name: string): Promise;