export declare const IdentitySourceOpenIdIssuer: {
    readonly Cognito: "COGNITO";
};
export type IdentitySourceOpenIdIssuer = (typeof IdentitySourceOpenIdIssuer)[keyof typeof IdentitySourceOpenIdIssuer];
export declare const PolicyStoreDeletionMode: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
export type PolicyStoreDeletionMode = (typeof PolicyStoreDeletionMode)[keyof typeof PolicyStoreDeletionMode];
export declare const PolicyStoreValidationMode: {
    readonly Off: "OFF";
    readonly Strict: "STRICT";
};
export type PolicyStoreValidationMode = (typeof PolicyStoreValidationMode)[keyof typeof PolicyStoreValidationMode];
export declare const PolicyType: {
    readonly Static: "STATIC";
    readonly TemplateLinked: "TEMPLATE_LINKED";
};
export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
