export declare type AddShareWithHomeIdParams = { homeId: number; userAccount: string; countryCode: string; devIds: string[]; }; export declare function addShareWithHomeId(params: AddShareWithHomeIdParams): Promise;