import { GetProfileBySocialHandleData, GetProfileBySocialHandleResponse } from "../client/types.gen"; import { RequestOptionsType } from "./query-types"; import { RequestResult } from "@hey-api/client-fetch"; type GetProfileBySocialHandleQuery = GetProfileBySocialHandleData["query"]; export type { GetProfileBySocialHandleQuery, GetProfileBySocialHandleData }; export type { GetProfileBySocialHandleResponse } from "../client/types.gen"; export declare const getProfileBySocialHandle: (query: GetProfileBySocialHandleQuery, options?: RequestOptionsType) => Promise>; //# sourceMappingURL=social.d.ts.map