import { IDevKnativeEventingPkgApisCommonIntegrationV1alpha1AWSCommon } from "./AWSCommon.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IAWSDDBStreams extends IDevKnativeEventingPkgApisCommonIntegrationV1alpha1AWSCommon { "delay"?: number; "streamIteratorType"?: string; "table"?: string; } export declare class AWSDDBStreams extends Model implements IAWSDDBStreams { "overrideEndpoint": boolean; "region"?: string; "uriEndpointOverride"?: string; "delay"?: number; "streamIteratorType"?: string; "table"?: string; constructor(data?: ModelData); } export type { IAWSDDBStreams as IDevKnativeEventingPkgApisCommonIntegrationV1alpha1AWSDDBStreams, AWSDDBStreams as DevKnativeEventingPkgApisCommonIntegrationV1alpha1AWSDDBStreams };