import * as Checkout from '../types/checkout';
export declare const getTransaction: (url: string) => Promise<Checkout.GetTransactionResponse>;
