import { FetchStateAndError } from '../../../commonStateTypes/common'; import { RootState } from '../../../rootStateTypes'; import { InvoicingSetupIntent } from './customerPaymentMethodState'; export declare const getInvoicingSetupIntent: (state: RootState) => InvoicingSetupIntent | undefined; export declare const getInvoicingSetupIntentFetchState: (state: RootState) => FetchStateAndError; export declare const getInvoicingPlaidLinkToken: (state: RootState) => string | undefined; export declare const getInvoicingPlaidLinkTokenFetchState: (state: RootState) => FetchStateAndError; export declare const getInvoicingPaymentMethodSaveState: (state: RootState) => FetchStateAndError; export declare const getInvoicingPaymentLinkSendState: (state: RootState) => FetchStateAndError; export declare const getInvoicingSentPaymentLinkEmail: (state: RootState) => string | undefined; export declare const getInvoicingSentPaymentLinkMagicUrl: (state: RootState) => string | undefined;