import type { CodespacesConfig, CoderConfig, HubConfig } from '../provider/types.js'; /** * Resolve provider config for instantiation. * * Codespaces: auto-detect via `gh auth token`. Requires GitHub CLI installed and authenticated. * Coder/Hub: read from stored config (~/.config/sudopod/config.json). */ export declare function resolveCodespacesConfig(): CodespacesConfig; export declare function resolveCoderConfig(): CoderConfig; export declare function resolveHubConfig(): HubConfig; //# sourceMappingURL=auth.d.ts.map