export interface PawaPayNetworkResponse {
    errorMessage: string;
    statusCode: number;
    errorObject: string;
}
//# sourceMappingURL=pawaPayErrorResponse.d.ts.map