interface ValidatableModelConfig { url?: string; location?: string; modelsCachePath: string; sha256?: string; } export declare function validateModelFile(config: ValidatableModelConfig): Promise; export {};