import type { ParsedArgs } from "../../shared/types.js"; export declare function detectConfigSource(projectDir: string): Promise; export declare function getEnvOverrides(): string[]; export type ConfigCommandData = { projectSlug: string | null; nodeEnv: string; veryfrontEnv: string | null; apiBaseUrl: string; debug: boolean; ci: boolean; hasApiToken: boolean; hasStoredToken: boolean; authenticated: boolean; configSource: string | null; envOverrides: string[]; }; export declare function getConfigCommandData(projectDir: string): Promise; export declare function handleConfigCommand(_args: ParsedArgs): Promise; //# sourceMappingURL=handler.d.ts.map