/** To sort an array based on a specific key */
export declare function sortByKey(array: any, key: any): any;
export declare const orbis: {
    getDefaultDID: (address: string) => Promise<any>;
};
//# sourceMappingURL=orbis.d.ts.map