import { AuthAction, CustomUserAgentDetails } from '@aws-amplify/core/internals/utils';
export declare const getAuthUserAgentValue: (action: AuthAction, customUserAgentDetails?: CustomUserAgentDetails) => string;
