import type { SchemaOverview } from '@db-studio/types'; import type { Knex } from 'knex'; import type { Snapshot } from '../types/index.js'; export declare function getSnapshot(options?: { database?: Knex; schema?: SchemaOverview; }): Promise;