import { oParameter as oParameterType } from '@olane/o-protocol'; export declare class oParameter implements oParameterType { name: string; type: string; value: any; description?: string; required?: boolean; constructor(config: oParameterType); toJSON(): oParameterType; toString(): string; } //# sourceMappingURL=o-parameter.d.ts.map