import { type FileSpecificationProperties } from "./FileSpecification"; /** * Checks the {@link FileSpecificationProperties} properties, throws an exception if they are invalid. */ export declare function checkFileSpecificationProperties(properties: FileSpecificationProperties): void;