import type { PluginCreator } from 'postcss';
type Replacer = (substring: string, ...args: any[]) => string;
export declare const reFunction: RegExp;
export declare const reReplace: RegExp;
export declare const replacer: Replacer;
export declare const plugin: PluginCreator<void>;
export {};
//# sourceMappingURL=color-functions.d.ts.map