export declare const TableBucketEncryptionConfigurationSseAlgorithm: {
    readonly Aes256: "AES256";
    readonly Awskms: "aws:kms";
};
/**
 * Server-side encryption algorithm
 */
export type TableBucketEncryptionConfigurationSseAlgorithm = (typeof TableBucketEncryptionConfigurationSseAlgorithm)[keyof typeof TableBucketEncryptionConfigurationSseAlgorithm];
export declare const TableBucketUnreferencedFileRemovalStatus: {
    readonly Enabled: "Enabled";
    readonly Disabled: "Disabled";
};
/**
 * Indicates whether the Unreferenced File Removal maintenance action is enabled.
 */
export type TableBucketUnreferencedFileRemovalStatus = (typeof TableBucketUnreferencedFileRemovalStatus)[keyof typeof TableBucketUnreferencedFileRemovalStatus];
