UNPKG

140 BTypeScriptView Raw
1import { IResult } from '../common';
2export declare function prepare(args?: {
3 dir?: string;
4 silent?: boolean;
5}): Promise<IResult>;