/** * Sort tokens */ export declare function sortNodes(tokens: T[] | null | undefined): T[];