import { PreloadConfig } from './config-types'; /** * Preload the resources using the provided configuration. This function is used to preload the model * and the worker before creating the pipeline. * * @param config - The configuration object. */ export declare const preload: (config: PreloadConfig) => Promise;