import { Transport } from './transport/transport'; export declare class Config { transports: Transport[]; }