/** * Resolve import statement to absolute file path * * @param {string} importPath import statement in *.sol contract */ export declare const resolveImportPath: (absolutePath: string, importPath: string, remappings: Record, libs: string[]) => string;