export declare const location: {
    title: string;
    type: string;
    properties: {
        country: {
            type: string;
        };
        city: {
            type: string;
        };
        postalCode: {
            type: string;
        };
        fullAddress: {
            type: string;
        };
        latitude: {
            type: string;
        };
        longitude: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=location.d.ts.map