import type { DBSchema } from "./types"; export declare function syncSchema(dbSchema: DBSchema, role?: string): Promise;