import { AppwriteException } from 'node-appwrite';
export declare const isAppwriteException: (error: unknown) => error is AppwriteException;
