import type { Migration } from "./migrationTypes.js"; /** * Creates channels tables with members and message history. * Expects: users table exists for channel ownership. */ export declare const migration20260222AddChannels: Migration; //# sourceMappingURL=20260222_add_channels.d.ts.map