declare class XmlFormatError extends Error {
    name: string;
    constructor();
}
declare class UnsuportedPkcs12Error extends Error {
    name: string;
    constructor(extraMessage?: string);
}
export { UnsuportedPkcs12Error, XmlFormatError };
