/** `.`; an absent schema is the Postgres default (`public`). The * parameter accepts an EXPLICIT `undefined` schema (not only an omitted key) so a * caller holding a `string | undefined` can pass it straight through under * `exactOptionalPropertyTypes` — the two spell the same thing here. */ export declare function qualifiedDbName(obj: { name: string; schema?: string | undefined; }): string; //# sourceMappingURL=qualified-name.d.ts.map