export interface EasypostConfigOut {
}
export declare const EasypostConfigOutSerializer: {
    _fromJsonObject(_object: any): EasypostConfigOut;
    _toJsonObject(_self: EasypostConfigOut): any;
};
