export declare function changeExtensions(args: {
    dir: string;
    from: string;
    to: string;
}): Promise<void>;
