import yargs from 'yargs';
export declare const command = "resetdir";
export declare const describe = "reset default path to directory for \"build\", \"artifact\", \"artifacts\", \"contract\", or \"contracts\"";
export declare const builder: {
    dirname: {
        string: boolean;
        type: string;
        choices: string[];
        describe: string;
    };
};
/**
 * reset directory to default directory (contracts/, build/, etc.)
 * @param args
 * args:
 * args.dirname
 * @returns
 */
export declare const handler: (args: yargs.Arguments) => any;
/**
 * reset directory to default directory (contracts/, build/, etc.)
 * @param dirName
 * @returns
 */
export declare function resetDir(dirName: string | unknown): void;
//# sourceMappingURL=resetdir.d.ts.map