export declare function getUsedSockets(): Promise<{}>;
export declare function getUserData(user: string): Promise<string[]>;
