import type { PublishContext } from 'semantic-release'; type GlobContext = Pick; /** * Collects absolute file paths for the provided glob patterns. */ export declare function findGlobMatches(patterns: string[], context: GlobContext, logPrefix?: string): Promise; /** * Find files based on provided glob patterns. */ export declare function findFilesByGlob(patterns: string[] | undefined, context: GlobContext): Promise; export {}; //# sourceMappingURL=glob-utils.d.ts.map