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