export declare const NamespaceLogExport: {
    readonly Useractivitylog: "useractivitylog";
    readonly Userlog: "userlog";
    readonly Connectionlog: "connectionlog";
};
export type NamespaceLogExport = (typeof NamespaceLogExport)[keyof typeof NamespaceLogExport];
export declare const NamespaceStatus: {
    readonly Available: "AVAILABLE";
    readonly Modifying: "MODIFYING";
    readonly Deleting: "DELETING";
};
export type NamespaceStatus = (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
export declare const SnapshotStatus: {
    readonly Available: "AVAILABLE";
    readonly Creating: "CREATING";
    readonly Deleted: "DELETED";
    readonly Cancelled: "CANCELLED";
    readonly Failed: "FAILED";
    readonly Copying: "COPYING";
};
export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
export declare const WorkgroupPerformanceTargetStatus: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
export type WorkgroupPerformanceTargetStatus = (typeof WorkgroupPerformanceTargetStatus)[keyof typeof WorkgroupPerformanceTargetStatus];
export declare const WorkgroupStatus: {
    readonly Creating: "CREATING";
    readonly Available: "AVAILABLE";
    readonly Modifying: "MODIFYING";
    readonly Deleting: "DELETING";
};
export type WorkgroupStatus = (typeof WorkgroupStatus)[keyof typeof WorkgroupStatus];
