import { ProcessedOptionsWithSinglePlatformArch, Options, ProcessedOptions } from './types.js'; import { CopyOptions } from 'node:fs'; export declare function populateIgnoredPaths(opts: Options): Pick; export declare function generateIgnoredOutDirs(opts: ProcessedOptionsWithSinglePlatformArch): string[]; export declare function userPathFilter(opts: ProcessedOptionsWithSinglePlatformArch): CopyOptions['filter'];