import type { SharedDependency } from 'piral-cli'; import type { Configuration } from 'webpack'; export declare function getVariables(name: string, version: string, env: string): Record; export declare function setEnvironment(variables: Record): void; export declare function getDefineVariables(variables: Record): {}; export declare function getShared(importmap: Array, externals: Array): {}; export declare function getDependencies(importmap: Array, compilerOptions: Configuration): {}; export declare function withSetPath(compilerOptions: Configuration): void; export declare function withExternals(compilerOptions: Configuration, externals: Array): void;