export declare const digitalProperty: {
    title: string;
    type: string;
    properties: {
        protocol: {
            type: string;
        };
        host: {
            type: string;
        };
        id: {
            type: string;
        };
        username: {
            type: string;
        };
        imageUrl: {
            type: string;
        };
        startDate: {
            type: string;
        };
        followers: {
            type: string;
        };
        favorites: {
            type: string;
        };
        posts: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=digitalProperty.d.ts.map