import type { PromptReauthParams } from './useStepUpAuthentication.types'; export declare const useStepUpPromptReauth: () => { promptReauthenticate: (props?: PromptReauthParams) => Promise; };