import type { HookContext } from '../../declarations'; export declare const createBedrockAgent: (context: HookContext) => Promise;