type TypeScriptDeclarationsOptions = { /** * Path to the directory containing the Cargo.toml file. */ createPath: string; /** * Path to the output directory where the TypeScript declarations will be copied into. */ outputPath: string; /** * File name of the generated TypeScript declarations (including .d.ts). */ outputFilename: string; }; export declare function generateTypeScriptDeclarations({ createPath, outputPath, outputFilename, }: TypeScriptDeclarationsOptions): Promise; export {}; //# sourceMappingURL=napi-rs.d.ts.map