import { OutputSuccess } from '../transform/types.js'; export declare const client: (input: OutputSuccess[], getTokenPath?: string | undefined) => string; export default client;