export declare const LABEL: Map<number, string>;
export declare const KEY_TYPE_LABELS: {
    [k: string]: Map<number, string> | undefined;
};
export declare const COSE_LABEL: Map<string, number>;
export declare const COSE_KEY_TYPE_LABELS: {
    [k: string]: Map<string, number>;
};
export declare const BufferTypes: string[];
