import { PaypalOptions } from '../types'; export declare const composeUrl: (options: PaypalOptions) => string;