import * as yargs from 'yargs'; export declare class MigrationDirNotSpecifiedError extends Error { name: string; } export default yargs;