import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const InvoiceRequestMethod: core.serialization.Schema; export declare namespace InvoiceRequestMethod { type Raw = "EMAIL" | "CHARGE_CARD_ON_FILE" | "SHARE_MANUALLY" | "CHARGE_BANK_ON_FILE" | "SMS" | "SMS_CHARGE_CARD_ON_FILE" | "SMS_CHARGE_BANK_ON_FILE"; }