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