export interface RuntimeArtifactSources {
    packageRoot: string;
    platform: string;
}
export declare function defaultRuntimeCacheRoot(platform?: NodeJS.Platform, home?: string, environment?: NodeJS.ProcessEnv): string;
export declare function materializeRuntimeBundle(sources: RuntimeArtifactSources, cacheRoot?: string): string;
