export declare const phoneNumber: {
    title: string;
    type: string;
    properties: {
        country: {
            type: string;
        };
        countryCode: {
            type: string;
        };
        number: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=phoneNumber.d.ts.map