import { AUTH_TYPE, AuthOptions } from 'aws-appsync-auth-link'; export declare const getAuthType: (config: Record, specifiedAuthType?: AUTH_TYPE | undefined) => AuthOptions;