import { ConfigOptions } from "@datenkraft/bb-base-api-ts-client"; import { Configuration } from "./Generated"; export declare namespace FulfillmentApiClient { function getApiConfig(configOption: ConfigOptions, endpointUrl?: string | null): Promise; }