declare const _exports: {
    rawCache: import("postcss").PluginCreator<void>;
    getArguments: (node: import('postcss-value-parser').ParsedValue | import('postcss-value-parser').FunctionNode) => import('postcss-value-parser').Node[][];
    sameParent: (nodeA: sameParent.Child, nodeB: sameParent.Child) => boolean;
};
export = _exports;
import sameParent = require('./sameParent.js');
//# sourceMappingURL=index.d.ts.map