export declare function module(from: {
    name: string;
    dir: string;
}, to: {
    name: string;
    dir: string;
}): Promise<void>;
