/** * Returns the absolute path of a file or directory. * @param path The path to resolve. * @param maybeRoot The root to resolve from. * @returns The absolute path. */ export declare function getAbsolutePath(path: string, maybeRoot: string): string;