import { MatchFn } from "./MatchFn"; export declare const startsWith: (prefix: string) => MatchFn;