import { Client, Console, Databases, Functions, Messaging, Organizations, Project, Projects, Proxy, Sites, Storage, TablesDB, Teams, Webhooks } from "@appwrite.io/console"; export declare const getConsoleService: (sdk?: Client) => Promise; export declare const getDatabasesService: (sdk?: Client) => Promise; export declare const getFunctionsService: (sdk?: Client) => Promise; export declare const getMessagingService: (sdk?: Client) => Promise; export declare const getOrganizationsService: (sdk?: Client) => Promise; export declare const getProjectService: (sdk?: Client) => Promise; export declare const getProjectsService: (sdk?: Client) => Promise; export declare const getProxyService: (sdk?: Client) => Promise; export declare const getSitesService: (sdk?: Client) => Promise; export declare const getStorageService: (sdk?: Client) => Promise; export declare const getTablesDBService: (sdk?: Client) => Promise; export declare const getTeamsService: (sdk?: Client) => Promise; export declare const getWebhooksService: (sdk?: Client) => Promise; //# sourceMappingURL=services.d.ts.map