import { Options } from '../types.js'; declare function augmentOptionsWithExcludes(options: Options): Promise; export { augmentOptionsWithExcludes };