export declare function emitWorkforceResult(command: string, data: unknown, json?: boolean, phase?: 'complete' | 'partial'): void; export declare function resolveContentOption(raw: string): Promise; export declare function parseJsonOption(raw: string | undefined): Promise; export declare function buildStepUpResolverFromOptions(options: { factorId?: string; factorType?: string; credential?: string; }): import("../../services/step-up-helper").StepUpCredentialResolver;