import type { ArtifactGeneration } from '../common/artifactGeneration.js'; import type { AwsOrganizationCommitmentsPlanningView } from './organizationCommitments.js'; import type { AwsPublicArtifactForbiddenCredentialFields } from './publicArtifacts.js'; import type { AWS_PORTAL_PUBLIC_ARTIFACT_SCHEMA_VERSION } from './portalPublicArtifacts.js'; export declare const AWS_ORGANIZATION_COMMITMENTS_PUBLIC_ARTIFACT_SCHEMA_VERSION: 1; export declare const AWS_ORGANIZATION_COMMITMENTS_PLANNING_LOGICAL_NAME: "organization-commitments-planning.json.gz"; /** Immutable AWS organization Commitments Planning Portal artifact. */ export type AwsPortalOrganizationCommitmentsPlanningArtifact = AwsPublicArtifactForbiddenCredentialFields & { schemaVersion: typeof AWS_ORGANIZATION_COMMITMENTS_PUBLIC_ARTIFACT_SCHEMA_VERSION; portalSchemaVersion: typeof AWS_PORTAL_PUBLIC_ARTIFACT_SCHEMA_VERSION; provider: 'aws'; artifactType: 'organization-commitments-planning'; artifactGeneration: ArtifactGeneration; logicalName: typeof AWS_ORGANIZATION_COMMITMENTS_PLANNING_LOGICAL_NAME; accountId?: never; } & AwsOrganizationCommitmentsPlanningView; //# sourceMappingURL=portalOrganizationCommitmentsPlanningPublicArtifacts.d.ts.map