declare const match: (a: string, b: string) => boolean; export default match;