import { Format } from '../formats/format';
export interface TransportConfig {
    levels: string[];
    format: Format;
}
