export type GetGranteePermissionsOptions = {
    granteeAccount: string;
    limit?: number | null;
    offset?: number | null;
};
//# sourceMappingURL=GetGranteePermissionsOptions.d.ts.map