import type { TurboModule } from 'react-native'; import type { Int32 } from 'react-native/Libraries/Types/CodegenTypes'; export interface Spec extends TurboModule { convertImageToWebp(inputPath: string, outputPath: string, quality: number, type: number, preset: Int32): Promise; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeWebpConverter.d.ts.map