import type { ChildNode, Container } from 'postcss';
export default function groupDeclarations(node: Container<ChildNode>): void;
