import type { Command } from './command-types.js'; declare const wrapOnenote5kLimit: (inner: Command["execute"]) => Command["execute"]; export { wrapOnenote5kLimit };