import { MatchedStates, State } from "./types";
export declare const validateLicense: (state: State, license: string) => string | null;
export declare const matchLicense: (license: string) => MatchedStates;
