import { ExponeaLibrary } from './interfaces'; import { PathParameter } from './types'; export declare class ExponeaWrapper { private request; constructor(apiKey: string, apiSecret: string); path: (path: TPath, ...pathParam: PathParameter) => ExponeaLibrary[TPath]; }