/** * Resolves given path to an absolute canonical path * * @param {...string[]} args */ export declare function resolve(...args: string[]): string;