/** Additional information about option */
export interface Extra {
    /** Maximum usage of the option */
    quota?: number;
    /** Current usage of the option */
    usage?: number;
}
//# sourceMappingURL=Extra.d.ts.map