import * as Transport from 'winston-transport';
export declare class JsonFormatTransport {
    static transport(level: string): Transport;
}
