/**
 * Converts image into WebP
 * @param path
 * @param filename
 */
export declare const convertToWebp: (path: string, filename?: string) => Promise<string>;
/**
 * Converts WebP into PNG
 * @param path
 * @param filename
 */
export declare const convertFromWebp: (path: string, filename?: string) => Promise<string>;
//# sourceMappingURL=Webp.d.ts.map