export declare const AWSServiceAccessStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type AWSServiceAccessStatus = (typeof AWSServiceAccessStatus)[keyof typeof AWSServiceAccessStatus]; export declare const IndexState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETING: "DELETING"; readonly UPDATING: "UPDATING"; }; export type IndexState = (typeof IndexState)[keyof typeof IndexState]; export declare const IndexType: { readonly AGGREGATOR: "AGGREGATOR"; readonly LOCAL: "LOCAL"; }; export type IndexType = (typeof IndexType)[keyof typeof IndexType]; export declare const OperationStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SKIPPED: "SKIPPED"; readonly SUCCEEDED: "SUCCEEDED"; }; export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];