export declare const mockGlob: {
    globSync: (pattern: string) => string[];
    glob: (pattern: string) => Promise<unknown>;
};
