import { BaseInterface as WarningsBaseInterface } from './Success/Warnings/BaseInterface'; export declare class Success { private body; private warnings; constructor(body: any, warnings: WarningsBaseInterface[]); getBody(): any; getWarnings(): WarningsBaseInterface[]; }