export declare function getPortLabel(explicit?: number | string): string | undefined; export declare function getPipelineConfigFilename(portLabel?: string): string; export declare function getVirtualRouterConfigFilename(portLabel?: string): string; export declare function getKeyVaultFilename(portLabel?: string): string; export declare function getGeneratedConfigDir(): string; export declare function resolvePipelineConfigCandidates(_baseDir: string, override?: string): string[];