import { type Adapter } from "../../../adapters/types.js"; export declare function saveSeedConfig({ adapter }: { adapter: Adapter; }): Promise;