import { EPaymentState } from "@hypernetlabs/objects";
export declare class PaymentStateOption {
    label: string;
    value: EPaymentState | string;
    constructor(label: string, value: EPaymentState | string);
}
//# sourceMappingURL=PaymentStateOption.d.ts.map