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