import { Prefix } from './types';
export default function check(address: string, prefix: Prefix): [boolean, string | null];
