import { type BookActionParams, type BookResult } from './types.js'; export declare function executeBookAction(params: BookActionParams): Promise;