/** * Checks if a URL is within the scan scope path boundary. * Returns true if no scanScopePath is set (no restriction). */ export declare function isWithinScopePath(url: string, baseUrl: string, scanScopePath?: string): boolean; //# sourceMappingURL=scope-checker.d.ts.map