import { PromptResponse } from '../../types';
import { SinchClient } from '@sinch/sdk-core';
export declare const getVerificationCredentials: () => PromptResponse | {
    applicationKey: string;
    applicationSecret: string;
};
export declare const getVerificationService: () => SinchClient | PromptResponse;
