export declare const parseMessages: (str: string) => any[]; export declare const prependHeader: (str: string) => string; export declare const createMessage: (func: string, paramList: MessageArguments) => string; //# sourceMappingURL=IOProtocol.d.ts.map