import { IResult } from '../common';
export declare function prepare(args?: {
    dir?: string;
    silent?: boolean;
}): Promise<IResult>;
