import { type BuildProviderCommandOptions, type ProviderAdapter } from '../types'; /** Prompt text sent over the RPC `prompt` command — never part of argv for the rpc-stdio lane. */ export declare function buildOmpPrompt(context: string, options?: BuildProviderCommandOptions): string; export declare const ompAdapter: ProviderAdapter; //# sourceMappingURL=omp.d.ts.map