import * as glob from "glob";
export declare function safeGlobSync(match: string, args?: glob.IOptions): string[];
