export declare const getDevInfo: () => Promise<{ devId: string; groupId: string; }>; export declare const getDevKey: (name: string, devIdOrGroupId: string) => Promise; export declare const getShortDevId: (devId: string) => string;