import { Logger } from "ts-log";
export declare class ParameterHelper {
    static readValue(type: number, value: string, log: Logger): string;
    static writeValue(type: number, value: string): string;
}
