export declare const ERROR: unique symbol; export declare const errorHandler: (error: any) => never; export declare const getOrder: (sort?: Record) => any[]; export declare const isPlainObject: (obj: any) => boolean;