export declare const AccessPointStatus: { readonly Available: "available"; readonly Creating: "creating"; readonly Updating: "updating"; readonly Deleting: "deleting"; readonly Deleted: "deleted"; readonly Error: "error"; }; export type AccessPointStatus = (typeof AccessPointStatus)[keyof typeof AccessPointStatus]; export declare const FileSystemImportDataRuleTrigger: { readonly OnDirectoryFirstAccess: "ON_DIRECTORY_FIRST_ACCESS"; readonly OnFileAccess: "ON_FILE_ACCESS"; }; export type FileSystemImportDataRuleTrigger = (typeof FileSystemImportDataRuleTrigger)[keyof typeof FileSystemImportDataRuleTrigger]; export declare const FileSystemStatus: { readonly Creating: "creating"; readonly Available: "available"; readonly Updating: "updating"; readonly Deleting: "deleting"; readonly Deleted: "deleted"; readonly Error: "error"; }; export type FileSystemStatus = (typeof FileSystemStatus)[keyof typeof FileSystemStatus]; export declare const MountTargetIpAddressType: { readonly Ipv4Only: "IPV4_ONLY"; readonly Ipv6Only: "IPV6_ONLY"; readonly DualStack: "DUAL_STACK"; }; export type MountTargetIpAddressType = (typeof MountTargetIpAddressType)[keyof typeof MountTargetIpAddressType]; export declare const MountTargetStatus: { readonly Available: "available"; readonly Creating: "creating"; readonly Updating: "updating"; readonly Deleting: "deleting"; readonly Deleted: "deleted"; readonly Error: "error"; }; export type MountTargetStatus = (typeof MountTargetStatus)[keyof typeof MountTargetStatus];