export interface AirwallexConfigOut {
}
export declare const AirwallexConfigOutSerializer: {
    _fromJsonObject(_object: any): AirwallexConfigOut;
    _toJsonObject(_self: AirwallexConfigOut): any;
};
