import { Config } from '../types';
export declare function getGroupOrder(config: Partial<Config>): string[];
