import { IyzicoClient, IyzicoConfig } from "./types/config"; export * from './types/models'; export * from './types/requests'; export * from './types/responses'; declare const iyzico: (config: IyzicoConfig) => IyzicoClient; export default iyzico; //# sourceMappingURL=index.d.ts.map