export interface CieloTransactionInterface { hostnameTransacao: string; hostnameQuery: string; merchantId: string; merchantKey: string; requestId?: string; }