import type { SessionInitCommand } from "@skaile/workspaces/types"; export { parseCodexCredential, parseCodexRefreshInput, parseCodexRefreshResult, } from "../../bridge/src/codex/credentials.js"; /** Refuse unsupported managed initialization before reading or provisioning credential material. */ export declare function validateCodexInit(cmd: SessionInitCommand, supported: readonly string[], previous?: SessionInitCommand["identity"]): void; //# sourceMappingURL=codex-init.d.ts.map