/// import { URL } from 'url'; import { GotenbergClient, GotenbergClientClass, GotenbergClientFunction, Request, Source } from './_types'; export declare const gotenberg: (url: string | Buffer | URL, client?: GotenbergClient | GotenbergClientFunction | GotenbergClientClass | object, config?: object) => (source: Source) => Request;