import { Configuration } from 'webpack'; import { Workspace } from '../../../workspace'; import { BuildWorkspace } from './build-workspace'; export declare const HASH_FUNCTION = "sha256"; export declare const HASH_DIGEST_LENGTH = 64; export declare function getServerBundle({ output, entry }: Configuration): string; export declare function cacheDirectory(name: string, { paths }: BuildWorkspace): string; export declare function cacheIdentifierForDependencies(dependencies: string[], { project, env }: BuildWorkspace, { postfix }?: { postfix?: string | undefined; }): string; export declare function publicPath({ config, env, project }: Workspace): string; //# sourceMappingURL=utilities.d.ts.map