import { BerReader } from 'asn1';
import type { Control } from './controls';
export declare class ControlParser {
    static parse(reader: BerReader): Control | null;
}
