/**
 * Ensure that we import absolute paths correctly in Windows.
 * https://github.com/nodejs/node/issues/31710
 */
export declare function importAbs(path: string): Promise<any>;
