import type { ApiClient } from "../../api/types"; export declare const getProfilePlugin: (sdk: { context: { api: ApiClient; }; } & { context: import("../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { getProfile: (options?: Record | undefined) => Promise<{ data: { id: string; first_name: string; last_name: string; full_name: string; email: string; email_confirmed: boolean; timezone: string; }; }>; } & { context: { meta: { getProfile: import("../..").PluginMeta; }; }; }; export type GetProfilePluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map