export declare const parseARI: (ariString: string) => { resourceOwner: string; cloudId: string; resourceType: string; resourceId: string; }; export declare const isValidARI: (ariString: string) => boolean;