import { ExtendTimeTxParams, RawTransaction } from "../types.js"; export declare function buildExtendTimeRawTx(params: ExtendTimeTxParams): Promise;