export type STOPType = "STOP"; export declare const BrisException = "BRIS"; export declare const CCException = "CC"; export declare const STOP: STOPType; export declare const SKIP_COUNT_LIM = 5000;