export declare const logger: any;
export declare const version: any;
export declare const dir: {
    work: string;
    log: string;
    tmp: string;
    pkg: string;
    bin: string;
};
