/** * Resolves an internal Cloudpack package path, ensuring we use the bundled version when available. * */ export declare function resolveCloudpackInternalPath(params: { packageName: string; importMetaUrl: string; }): Promise; //# sourceMappingURL=resolveCloudpackInternalPath.d.ts.map