import { GetAuthChallengeInput } from '../types'; export declare const getAuthChallenge: (input: GetAuthChallengeInput) => Promise;