import { QueryResult } from "pg"; export declare const createOneToOneRelation: (tableName: string, key: string, referenceTable: string, referenceKey: string) => Promise; //# sourceMappingURL=One-To-One.d.ts.map