export declare const offer: {
    title: string;
    type: string;
    properties: {
        offerType: {
            type: string;
        };
        title: {
            type: string;
        };
        category: {
            type: string;
        };
        subcategories: {
            type: string;
            items: {
                type: string;
            };
        };
        requiredCredentialTypes: {
            type: string;
            items: {
                type: string;
            };
        };
        description: {
            type: string;
        };
        imageUrl: {
            type: string;
        };
        vendorUrl: {
            type: string;
        };
        deliverableType: {
            type: string;
        };
        deliverableDescription: {
            type: string;
        };
        deliveryTime: {
            type: string;
        };
        price: {
            type: string;
        };
        usTaxPayer: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=offer.d.ts.map