export declare class JoseError extends Error {
    constructor(place: string, key: string, got?: string, expected?: string);
}
