import { type PlanetScaleProps } from "./api.ts"; import type { Organization } from "./api/types.gen.ts"; export type OrganizationRef = Organization; export declare function OrganizationRef(name: string | Organization, options?: PlanetScaleProps): Promise; //# sourceMappingURL=organization.d.ts.map