import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions";
export interface Table {
    TableName: CloudFormationValue;
}
