import { InvoicingSubscription } from '../../../entity/invoicing/invoicingSubscription/invoicingSubscriptionState'; import { RootState } from '../../../rootStateTypes'; export declare const getInvoicingSubscriptionById: (state: RootState, id: string) => InvoicingSubscription | undefined;