import { DocumentNode, OperationVariables, QueryHookOptions, SubscriptionHookOptions, TypedDocumentNode } from '@apollo/client'; export declare function useAuthQuery(query: DocumentNode | TypedDocumentNode, options?: QueryHookOptions): import('@apollo/client').QueryResult; export declare function useAuthSubscription(subscription: DocumentNode | TypedDocumentNode, options?: SubscriptionHookOptions): { restart(): void; loading: boolean; data?: TData | undefined; error?: import('@apollo/client').ApolloError; variables?: TVariables | undefined; }; //# sourceMappingURL=hooks.d.ts.map