import { SelectOrder } from './type';
export declare const order: (value: SelectOrder, alias?: string | undefined) => string;
