import { BasicParams } from '../../types'; import type { AuthenticatePOS } from './types'; export declare function authenticatePOSFactory(params: BasicParams): AuthenticatePOS;