import { Scan } from "../types.js"; export declare function scanMatch(key: string, { start, end }: Scan): boolean;