export interface DropTableOptions {
    tables: string | string[];
    ifExists?: boolean;
}
