import { IHlink } from '../IHlink.js'; declare const getGlobs: (options?: IHlink.Rule | string[] | string, defaultGlobs?: string[]) => string[]; export default getGlobs;