export declare const BillScenarioGroupSharingPreference: {
    readonly Open: "OPEN";
    readonly Prioritized: "PRIORITIZED";
    readonly Restricted: "RESTRICTED";
};
export type BillScenarioGroupSharingPreference = (typeof BillScenarioGroupSharingPreference)[keyof typeof BillScenarioGroupSharingPreference];
export declare const BillScenarioStatus: {
    readonly Ready: "READY";
    readonly Locked: "LOCKED";
    readonly Failed: "FAILED";
};
export type BillScenarioStatus = (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
