export declare function fetchModule(apiHost: string, body: string): Promise<{ error: string; code?: undefined; } | { error?: undefined; code: string; }>; //# sourceMappingURL=callLocal.d.ts.map