import type { GlobOpts, ExpandOpts } from './types'; export type { GlobOpts, ExpandOpts }; export declare const expandPaths: (paths: string | Array, _expandOpts?: Partial | undefined, _globOpts?: Partial | undefined) => Promise>; export declare const isMask: (pattern?: string | undefined) => boolean;