export interface MetaConfigOut {
}
export declare const MetaConfigOutSerializer: {
    _fromJsonObject(_object: any): MetaConfigOut;
    _toJsonObject(_self: MetaConfigOut): any;
};
