import { Client, Logger, OrieConfig } from '../types/internal'; export declare const createClient: (config: OrieConfig, logger: Logger) => Client;