export interface JsonTransportOptions {
    prettyPrint?: boolean;
}
