import type { ChildNode } from 'postcss'; export declare const sortShorthandDeclarations: (nodes: ChildNode[]) => void;