import type { Migration } from "./migrationTypes.js"; /** * Creates expose endpoints table. * Expects: users table exists for endpoint ownership. */ export declare const migration20260222AddExpose: Migration; //# sourceMappingURL=20260222_add_expose.d.ts.map