/**
 * Create specific rules for ordering tokens based on their root path and subpath.
 */
export declare const tokenOrder: {
    path: string;
    subpaths: string[];
}[];
