import { AWSAppSyncRealTimeProviderOptions } from '../AWSAppSyncRealTimeProvider'; type AWSAppSyncRealTimeAuthInput = Partial & { canonicalUri: string; payload: string; host?: string | undefined; }; export declare const awsRealTimeHeaderBasedAuth: ({ apiKey, authenticationType, canonicalUri, appSyncGraphqlEndpoint, region, additionalCustomHeaders, payload, }: AWSAppSyncRealTimeAuthInput) => Promise | undefined>; export {};