import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js';
import { D as DropOptions } from '../../generalTypes-BlKhVJMl.js';
import '../../logger.js';
import '../../utils/createTransformer.js';

type DropSchemaOptions = DropOptions;
type DropSchema = (schemaName: string, dropOptions?: DropSchemaOptions) => string;
declare function dropSchema(mOptions: MigrationOptions): DropSchema;

export { type DropSchema, type DropSchemaOptions, dropSchema };
