/** * @returns path of the directory containing the headers which provide the Node-API C API (node_api.h and js_native_api.h) */ export declare function getNodeApiHeadersPath(): string; /** * @returns path of the directory containing the headers which provide the Node-API C++ wrapper (napi.h) */ export declare function getNodeAddonHeadersPath(): string; //# sourceMappingURL=headers.d.ts.map