import type { Declaration } from 'postcss'; import { AnyValueNode } from 'css-selector-tokenizer'; export type OnFunction = (node: AnyValueNode, level: number) => void; export declare function processDeclarationFunctions(decl: Declaration, onFunction: OnFunction, transform?: boolean): void; //# sourceMappingURL=process-declaration-functions.d.ts.map