import { TinyType } from 'tiny-types';
export declare class Name extends TinyType {
    readonly value: string;
    static fromJSON(v: string): Name;
    constructor(value: string);
}
//# sourceMappingURL=Name.d.ts.map