/** Kind of persistence for the stream */
export declare enum StreamKindEnum {
    'NON_PERSISTENT' = "NON_PERSISTENT",
    'PERSISTENT' = "PERSISTENT"
}
//# sourceMappingURL=StreamKindEnum.d.ts.map