export declare class AuthorityMismatch extends Error { constructor(message?: string); } export declare class InvalidKeypairProvided extends Error { constructor(keypairPath: string); } export declare class InvalidKeypairFsPathProvided extends Error { constructor(keypairPath: string); } //# sourceMappingURL=error.d.ts.map