import { Arg } from './sockets'; export declare class ArgImpl implements Arg { readonly rawValue: string; constructor(rawValue: string); getNumber(): number; getString(): string; getBoolean(): boolean; } //# sourceMappingURL=args.d.ts.map