import { PatchFn } from "./types.js"; export declare function sequence(...methods: Array>): (...args: Array) => T;