import { Result } from './result.js'; import { TossPaymentsError } from './tossPaymentsError.js'; export declare const makeTossPaymentsResult: (execution: () => Promise) => Promise>>;