436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 lines
212 B
TypeScript
3 lines
212 B
TypeScript
export declare function resolveModule<T>(type: string | undefined, name: string): Promise<T>;
|
|
export declare function resolveFunction<T>(type: string | undefined, executor: T | string, name: string): Promise<T>;
|