import { Command } from 'commander'; import type { ISession } from 'myst-templates'; export declare function checkTemplate(session: ISession, path: string, opts?: { fix?: boolean; }): void; export declare function listVariablesTemplate(session: ISession, file: string): void; export declare function addCheckCLI(program: Command): void; //# sourceMappingURL=check.d.ts.map