/** * @module node-opcua-debug */ export declare function inlineText(f: { toString(): string; }): string; export declare function makeBufferFromTrace(func: string): Buffer;