import type { Compiler } from 'webpack'; import type { Options } from '../shared'; export declare function errorSSRComponentExists(options: Options, compiler: Compiler): boolean; export declare function errorClientSource(): string; //# sourceMappingURL=utilities.d.ts.map