export interface ProtectedPathMonitor { stop(): Promise; } export declare function createProtectedPathMonitor(paths: readonly string[]): Promise;