import { InjectionToken } from 'graphql-modules';
import { type AuthenticationServices } from './authentication-services';
export declare const AuthenticationServicesToken: InjectionToken<AuthenticationServices<import("@accounts/types").User>>;
