import { MigrationOptions } from '../types';
import { CreateCast, DropCast } from './castsTypes';
export { CreateCast, DropCast };
export declare function dropCast(_mOptions: MigrationOptions): DropCast;
export declare function createCast(mOptions: MigrationOptions): CreateCast;
