export declare function sortChildren(children: Array<any>, parent: any): void;
export declare function sortMPChildren(children: Array<any>): void;
