import { OrderIntent } from '../types/payments';
export declare function voidPayment(options: {
    orderIntentId: string;
    apiKey?: string;
}): Promise<OrderIntent>;
