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 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];
