import { type Color, type ImageSource, type PhotoBatchOperations, type TextOptions } from './PhotoManipulatorTypes'; /** * Convert color string to rgba object * @param color */ export declare const toColorNative: (color?: string | Color) => Color; export declare const toImageNative: (source: ImageSource) => string; export declare const toTextOptionsNative: (it: TextOptions) => TextOptions; export declare const toBatchNative: (it: PhotoBatchOperations) => PhotoBatchOperations; //# sourceMappingURL=ParamUtils.d.ts.map