import { SqlControlExtensionDescriptor } from "@prisma-next/family-sql/control"; //#region src/pack/index.d.ts declare const supabasePack: SqlControlExtensionDescriptor<'postgres'>; /** * Returns a pack using `contractOverride` in place of the shipped * `contract.json` when provided, otherwise returns the default pack. * * Intended for tests that need to drive the framework with a synthetic * contract while still exercising the full descriptor wiring. */ declare function supabasePackWith(options?: { contractOverride?: unknown; }): SqlControlExtensionDescriptor<'postgres'>; //#endregion export { supabasePack as default, supabasePackWith }; //# sourceMappingURL=pack.d.mts.map