import { Node } from './types';
export declare function wrap(nodes: Node[]): Node[];
export declare function needed(nodes: Node[]): boolean;
