export declare const useAgoraCreds: () => { fetchCreds: (options?: import("@apollo/react-hooks").QueryLazyOptions> | undefined) => void; agoraCreds: { __typename?: "AgoraCreds" | undefined; channelName: string; appId: string; token: string; }; isCredsLoading: boolean; }; //# sourceMappingURL=useAgoraCreds.d.ts.map