export declare function createCachedNMLSValidator(validateNMLS: (nmls_id: string) => Promise): (val: string) => Promise;