import { ASN1Obj } from './obj';
export declare function dump(obj: ASN1Obj, indent?: number): void;
