export declare function shouldInvalidate(path: string): {
    invalidate: boolean;
    path: string;
} | undefined;
//# sourceMappingURL=invalidate.d.ts.map