export declare function checkSiteSchemaFormatVersion(version: unknown, { file }: {
    file: string;
}): void;
