export declare function file_list_filter(paths: string[], filters: string[]): string[]; /** * Changes the values in the supplied paths array to be absolute URIs */ export declare function prepend_paths(prefix: string, paths: string[]): void; export declare function apply_filters(basePath: string, allFiles: string[], includeFilters: string[], options: number): string[];