import { Client } from "appwrite";
export declare const getAppwriteClient: (endpoint: string, project: string, sessionKey?: string) => Client;
