import { B as BlindpayApiResponse } from '../../index.d-D-hL-9i-.js'; import { I as InternalApiClient } from '../../api-client-5P67lqCO.js'; type InitiateInput = { idempotency_key: string; customer_id: string | null; redirect_url: string | null; }; type InitiateResponse = { url: string; }; declare function createTermsOfServiceResource(instanceId: string, client: InternalApiClient): { initiate({ idempotency_key, customer_id, redirect_url, }: InitiateInput): Promise>; }; export { type InitiateInput, type InitiateResponse, createTermsOfServiceResource };