import type { CreateDBSchemaParams } from "../../types"; export default function getExistingTablesFromTablesManagerTable({ config, }: CreateDBSchemaParams): Promise<(string | undefined)[]>;