import IRole from '@awhere/interfaces/Role';
import Role from './Role';
export declare const fromJSON: (json: string | IRole) => Role;
