import * as i from '../interfaces/index'; import { Customer } from './customer'; export declare class GetOptionsResponseBookCodesEntry implements i.GetOptionsResponseBookCodesEntryInterface { key: string; value: string; static fromProto(proto: any): GetOptionsResponseBookCodesEntry; constructor(kwargs?: i.GetOptionsResponseBookCodesEntryInterface); toApiJson(): object; } export declare class GetOptionsResponseContractTypesEntry implements i.GetOptionsResponseContractTypesEntryInterface { key: number; value: string; static fromProto(proto: any): GetOptionsResponseContractTypesEntry; constructor(kwargs?: i.GetOptionsResponseContractTypesEntryInterface); toApiJson(): object; } export declare class CreateCustomerRequest implements i.CreateCustomerRequestInterface { customer: Customer; static fromProto(proto: any): CreateCustomerRequest; constructor(kwargs?: i.CreateCustomerRequestInterface); toApiJson(): object; } export declare class CreateCustomerResponse implements i.CreateCustomerResponseInterface { internalCustomerId: string; static fromProto(proto: any): CreateCustomerResponse; constructor(kwargs?: i.CreateCustomerResponseInterface); toApiJson(): object; } export declare class GetOptionsResponseEditionsEntry implements i.GetOptionsResponseEditionsEntryInterface { key: string; value: string; static fromProto(proto: any): GetOptionsResponseEditionsEntry; constructor(kwargs?: i.GetOptionsResponseEditionsEntryInterface); toApiJson(): object; } export declare class GetOptionsRequest implements i.GetOptionsRequestInterface { static fromProto(proto: any): GetOptionsRequest; constructor(kwargs?: i.GetOptionsRequestInterface); toApiJson(): object; } export declare class GetOptionsResponse implements i.GetOptionsResponseInterface { bankNames: string[]; bankAccountTypes: string[]; paySources: { [key: string]: string; }; payMethods: { [key: string]: string; }; bookCodes: { [key: string]: string; }; editions: { [key: string]: string; }; contractTypes: { [key: string]: string; }; static fromProto(proto: any): GetOptionsResponse; constructor(kwargs?: i.GetOptionsResponseInterface); toApiJson(): object; } export declare class GetOptionsResponsePayMethodsEntry implements i.GetOptionsResponsePayMethodsEntryInterface { key: number; value: string; static fromProto(proto: any): GetOptionsResponsePayMethodsEntry; constructor(kwargs?: i.GetOptionsResponsePayMethodsEntryInterface); toApiJson(): object; } export declare class GetOptionsResponsePaySourcesEntry implements i.GetOptionsResponsePaySourcesEntryInterface { key: number; value: string; static fromProto(proto: any): GetOptionsResponsePaySourcesEntry; constructor(kwargs?: i.GetOptionsResponsePaySourcesEntryInterface); toApiJson(): object; }