import type { BuildConfiguration } from "./config-types.d"; export declare const HOME_DIRECTORY: string; export declare function getPathsForConfig(config: BuildConfiguration): { externalPath: string; winLibs: { dir: string; name: string; }[]; tarPath: string; headerOnly: boolean; };