import { StepDecoded } from '../../types';
/**
 * Decodes an EVM callscript and returns the transaction path it describes.
 *
 * @return An array of Ethereum transactions that describe each step in the path
 */
export declare function decodeForwardingPath(script: string): StepDecoded[];
//# sourceMappingURL=decode.d.ts.map