import { ImageProcessorParams } from "../../types/index.js"; export declare const parrotingImagePath: (params: ImageProcessorParams) => string; export declare const resolveStyle: (styleName: string | undefined, fallbackStyle: string) => string; export declare const generateUniqueId: (prefix: string) => string;