export interface AdobeSignConfigOut {
}
export declare const AdobeSignConfigOutSerializer: {
    _fromJsonObject(_object: any): AdobeSignConfigOut;
    _toJsonObject(_self: AdobeSignConfigOut): any;
};
