import * as $dara from '@darabonba/typescript'; export declare class DescribeImageSharePermissionResponseBodyAccountsAccount extends $dara.Model { aliyunId?: string; sharedTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSharePermissionResponseBodyAccounts extends $dara.Model { account?: DescribeImageSharePermissionResponseBodyAccountsAccount[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSharePermissionResponseBodyShareGroupsShareGroup extends $dara.Model { group?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSharePermissionResponseBodyShareGroups extends $dara.Model { shareGroup?: DescribeImageSharePermissionResponseBodyShareGroupsShareGroup[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSharePermissionResponseBody extends $dara.Model { accounts?: DescribeImageSharePermissionResponseBodyAccounts; /** * @remarks * The ID of the custom image. * * @example * m-bp1caf3yicx5jlfl**** */ imageId?: string; /** * @remarks * The page number. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The region ID of the custom image. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; shareGroups?: DescribeImageSharePermissionResponseBodyShareGroups; /** * @remarks * The total number of entries returned. * * @example * 1 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }