import { ExportAssetMatcher, ExportConfig } from './types'; /** * Resolves the asset matcher used during export. */ export declare const getIncludeAssetMatcher: (config: ExportConfig) => ExportAssetMatcher; //# sourceMappingURL=config.d.ts.map