import type { Stream } from "./common";
export interface KinesisStreamReadPolicy {
    KinesisStreamReadPolicy: Stream;
}
