import { InjectionToken } from 'graphql-modules';
import { AccountsTypeormOptions } from '.';
export declare const AccountsTypeORMConfigToken: InjectionToken<AccountsTypeormOptions>;
