/** Result of getting pricing attributes of an extension */
export interface ExtensionsPricingAttributes {
    /** Parameter is true when the extension has been created recently and we want to highlight this fact */
    brandNew: boolean;
    /** Extension name, like 'com' or 'co.uk' */
    name: string;
    /** Parameter is true when the extension price has dropped recently and we want to highlight this fact */
    priceDrop: boolean;
}
//# sourceMappingURL=ExtensionsPricingAttributes.d.ts.map