import { z } from 'zod';
export declare const TransactionSetupParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    customerId: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    customerId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}, {
    customerId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}>;
export declare const TransactionSetupDataSchema: z.ZodObject<{
    uiEndpoint: z.ZodString;
    transactionSetupId: z.ZodString;
}, "strip", z.ZodTypeAny, {
    uiEndpoint: string;
    transactionSetupId: string;
}, {
    uiEndpoint: string;
    transactionSetupId: string;
}>;
export declare const TransactionSetupResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodObject<{
        uiEndpoint: z.ZodString;
        transactionSetupId: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        uiEndpoint: string;
        transactionSetupId: string;
    }, {
        uiEndpoint: string;
        transactionSetupId: string;
    }>;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: {
        uiEndpoint: string;
        transactionSetupId: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: {
        uiEndpoint: string;
        transactionSetupId: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: {
        uiEndpoint: string;
        transactionSetupId: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: {
        uiEndpoint: string;
        transactionSetupId: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export declare const AccountQueryParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    customerId: z.ZodString;
    transactionSetupId: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    customerId: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}, {
    customerId: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}>;
export declare const AccountQueryDataSchema: z.ZodObject<{
    ExpressResponseCode: z.ZodString;
    ExpressResponseMessage: z.ZodString;
    ExpressTransactionDate: z.ZodString;
    ExpressTransactionTime: z.ZodString;
    ExpressTransactionTimezone: z.ZodString;
    ExpirationMonth: z.ZodString;
    ExpirationYear: z.ZodString;
    PaymentAccountID: z.ZodString;
    PaymentAccountType: z.ZodString;
    PaymentAccountReferenceNumber: z.ZodString;
    PaymentBrand: z.ZodString;
    PASSUpdaterBatchStatus: z.ZodString;
    PASSUpdaterStatus: z.ZodString;
    TransactionSetupID: z.ZodString;
    TruncatedCardNumber: z.ZodString;
}, "strip", z.ZodTypeAny, {
    PaymentAccountID: string;
    PaymentBrand: string;
    ExpirationMonth: string;
    ExpirationYear: string;
    ExpressResponseCode: string;
    ExpressResponseMessage: string;
    ExpressTransactionDate: string;
    ExpressTransactionTime: string;
    ExpressTransactionTimezone: string;
    PaymentAccountType: string;
    PaymentAccountReferenceNumber: string;
    PASSUpdaterBatchStatus: string;
    PASSUpdaterStatus: string;
    TransactionSetupID: string;
    TruncatedCardNumber: string;
}, {
    PaymentAccountID: string;
    PaymentBrand: string;
    ExpirationMonth: string;
    ExpirationYear: string;
    ExpressResponseCode: string;
    ExpressResponseMessage: string;
    ExpressTransactionDate: string;
    ExpressTransactionTime: string;
    ExpressTransactionTimezone: string;
    PaymentAccountType: string;
    PaymentAccountReferenceNumber: string;
    PASSUpdaterBatchStatus: string;
    PASSUpdaterStatus: string;
    TransactionSetupID: string;
    TruncatedCardNumber: string;
}>;
export declare const AccountQueryResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodUnion<[z.ZodObject<{
        ExpressResponseCode: z.ZodString;
        ExpressResponseMessage: z.ZodString;
        ExpressTransactionDate: z.ZodString;
        ExpressTransactionTime: z.ZodString;
        ExpressTransactionTimezone: z.ZodString;
        ExpirationMonth: z.ZodString;
        ExpirationYear: z.ZodString;
        PaymentAccountID: z.ZodString;
        PaymentAccountType: z.ZodString;
        PaymentAccountReferenceNumber: z.ZodString;
        PaymentBrand: z.ZodString;
        PASSUpdaterBatchStatus: z.ZodString;
        PASSUpdaterStatus: z.ZodString;
        TransactionSetupID: z.ZodString;
        TruncatedCardNumber: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    }, {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    }>, z.ZodLiteral<false>]>;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: false | {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: false | {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: false | {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: false | {
        PaymentAccountID: string;
        PaymentBrand: string;
        ExpirationMonth: string;
        ExpirationYear: string;
        ExpressResponseCode: string;
        ExpressResponseMessage: string;
        ExpressTransactionDate: string;
        ExpressTransactionTime: string;
        ExpressTransactionTimezone: string;
        PaymentAccountType: string;
        PaymentAccountReferenceNumber: string;
        PASSUpdaterBatchStatus: string;
        PASSUpdaterStatus: string;
        TransactionSetupID: string;
        TruncatedCardNumber: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export declare const BillingUpdateParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    transactionSetupId: z.ZodString;
    address1: z.ZodString;
    address2: z.ZodOptional<z.ZodString>;
    city: z.ZodString;
    state: z.ZodString;
    zip: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    state: string;
    city: string;
    address1: string;
    zip: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
    address2?: string | undefined;
}, {
    state: string;
    city: string;
    address1: string;
    zip: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
    address2?: string | undefined;
}>;
export declare const BillingUpdateResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodBoolean;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export declare const CardInfoParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    transactionSetupId: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}, {
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}>;
export declare const CardInfoDataSchema: z.ZodObject<{
    cardNumber: z.ZodString;
    expMonth: z.ZodString;
    expYear: z.ZodString;
    transactionSetupId: z.ZodString;
}, "strip", z.ZodTypeAny, {
    cardNumber: string;
    transactionSetupId: string;
    expMonth: string;
    expYear: string;
}, {
    cardNumber: string;
    transactionSetupId: string;
    expMonth: string;
    expYear: string;
}>;
export declare const CardInfoResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodUnion<[z.ZodObject<{
        cardNumber: z.ZodString;
        expMonth: z.ZodString;
        expYear: z.ZodString;
        transactionSetupId: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    }, {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    }>, z.ZodRecord<z.ZodString, z.ZodNever>]>;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        cardNumber: string;
        transactionSetupId: string;
        expMonth: string;
        expYear: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export declare const SurchargeParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    customerId: z.ZodString;
    paymentAccountId: z.ZodString;
    amount: z.ZodString;
    fromState: z.ZodString;
    toState: z.ZodString;
    country: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    customerId: string;
    paymentAccountId: string;
    country: string;
    amount: string;
    fromState: string;
    toState: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}, {
    customerId: string;
    paymentAccountId: string;
    country: string;
    amount: string;
    fromState: string;
    toState: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}>;
export declare const SurchargeDataSchema: z.ZodObject<{
    expressResponseCode: z.ZodString;
    surchargeAllowed: z.ZodBoolean;
    surchargePercent: z.ZodString;
    message: z.ZodString;
    success: z.ZodBoolean;
    surchargeDescription: z.ZodString;
    lumpSumTotalSurchargeAmount: z.ZodString;
}, "strip", z.ZodTypeAny, {
    message: string;
    success: boolean;
    expressResponseCode: string;
    surchargeAllowed: boolean;
    surchargePercent: string;
    surchargeDescription: string;
    lumpSumTotalSurchargeAmount: string;
}, {
    message: string;
    success: boolean;
    expressResponseCode: string;
    surchargeAllowed: boolean;
    surchargePercent: string;
    surchargeDescription: string;
    lumpSumTotalSurchargeAmount: string;
}>;
export declare const SurchargeResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodUnion<[z.ZodObject<{
        expressResponseCode: z.ZodString;
        surchargeAllowed: z.ZodBoolean;
        surchargePercent: z.ZodString;
        message: z.ZodString;
        success: z.ZodBoolean;
        surchargeDescription: z.ZodString;
        lumpSumTotalSurchargeAmount: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    }, {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    }>, z.ZodRecord<z.ZodString, z.ZodNever>]>;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: Record<string, never> | {
        message: string;
        success: boolean;
        expressResponseCode: string;
        surchargeAllowed: boolean;
        surchargePercent: string;
        surchargeDescription: string;
        lumpSumTotalSurchargeAmount: string;
    };
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export declare const ValidateParamsSchema: z.ZodObject<{
    limit: z.ZodOptional<z.ZodNumber>;
    offset: z.ZodOptional<z.ZodNumber>;
} & {
    edgeCache: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<8>, z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">, z.ZodLiteral<"8">]>, 3 | 2 | 4 | 1 | 5 | 8, 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8">>;
} & {
    customerId: z.ZodString;
    transactionSetupId: z.ZodString;
    mode: z.ZodOptional<z.ZodEnum<["dev", "live"]>>;
}, "strip", z.ZodTypeAny, {
    customerId: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | 5 | 8 | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}, {
    customerId: string;
    transactionSetupId: string;
    mode?: "dev" | "live" | undefined;
    edgeCache?: 3 | 2 | 4 | 1 | "1" | 5 | 8 | "2" | "3" | "4" | "5" | "8" | undefined;
    limit?: number | undefined;
    offset?: number | undefined;
}>;
export declare const ValidateResponseSchema: z.ZodEffects<z.ZodObject<{
    count: z.ZodNumber;
    data: z.ZodBoolean;
    message: z.ZodString;
    options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
    status: z.ZodNumber;
    total: z.ZodNumber;
    totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}, {
    params: Record<string, unknown> | unknown[];
    data: boolean;
    options: Record<string, unknown> | unknown[];
    status: number;
    message: string;
    count: number;
    total: number;
    totalResults: number;
}>;
export type TransactionSetupParams = z.infer<typeof TransactionSetupParamsSchema>;
export type TransactionSetupData = z.infer<typeof TransactionSetupDataSchema>;
export type TransactionSetupResponse = z.infer<typeof TransactionSetupResponseSchema>;
export type AccountQueryParams = z.infer<typeof AccountQueryParamsSchema>;
export type AccountQueryData = z.infer<typeof AccountQueryDataSchema>;
export type AccountQueryResponse = z.infer<typeof AccountQueryResponseSchema>;
export type BillingUpdateParams = z.infer<typeof BillingUpdateParamsSchema>;
export type BillingUpdateResponse = z.infer<typeof BillingUpdateResponseSchema>;
export type CardInfoParams = z.infer<typeof CardInfoParamsSchema>;
export type CardInfoData = z.infer<typeof CardInfoDataSchema>;
export type CardInfoResponse = z.infer<typeof CardInfoResponseSchema>;
export type SurchargeParams = z.infer<typeof SurchargeParamsSchema>;
export type SurchargeData = z.infer<typeof SurchargeDataSchema>;
export type SurchargeResponse = z.infer<typeof SurchargeResponseSchema>;
export type ValidateParams = z.infer<typeof ValidateParamsSchema>;
export type ValidateResponse = z.infer<typeof ValidateResponseSchema>;
//# sourceMappingURL=unified.d.ts.map