interface Options {
    rank?: boolean;
    locale?: string;
}
export default function profession(options?: Options): string;
