import type { PageContext } from "./types/messaging.js"; /** * Extract page context including URL, title, and visible text content */ export declare function extractPageContext(): PageContext; /** * Debounce function to limit how often a function is called */ export declare function debounce void>(func: T, wait: number): (...args: Parameters) => void; //# sourceMappingURL=page-context.d.ts.map