/** To ensure that errors are matched up right */ export declare function validateCodeForErrors(relevantErrors: import("typescript").Diagnostic[], handbookOptions: { errors: number[]; }, extension: string, originalCode: string, vfsRoot: string): void; /** Mainly to warn myself, I've lost a good few minutes to this before */ export declare function validateInput(code: string): void;