import type { RecordedCommand } from "./recorded-command.js"; export declare function listBuiltinRecordedCommands(): RecordedCommand[]; export declare function loadBuiltinRecordedCommand(name: string): RecordedCommand | undefined; //# sourceMappingURL=builtin-recorded-command.d.ts.map