export declare const MAX_PARTITION_COUNT = 100; export declare function ensureValidStreamPartitionIndex(streamPartition: number | undefined): void | never; export declare function ensureValidStreamPartitionCount(streamPartition: number | undefined): void | never;