import type { Client } from "@libsql/client"; /** * Runs durable schema migrations and ensures the singleton serverSyncState cursor exists without creating product identities before setup. * The default agent and its channel substrate are initialized later, after a ready agent image has been configured. */ export declare function serverSchemaMigrate(client: Client): Promise; //# sourceMappingURL=serverSchemaMigrate.d.ts.map