export interface ContainOrderQuery { orders: string[]; } export declare function resetOrder(confobj: ContainOrderQuery): void; export declare function order(confobj: ContainOrderQuery, str: string): void; export declare function formatOrder(confobj: ContainOrderQuery): { str: string; };