import type { BestPracticesDocument } from '../types'; export declare class HumanInTheLoopBestPractices implements BestPracticesDocument { readonly technique: "human_in_the_loop"; readonly version = "1.0.0"; private readonly documentation; getDocumentation(): string; }