export interface SvixConfigOut {
}
export declare const SvixConfigOutSerializer: {
    _fromJsonObject(object: any): SvixConfigOut;
    _toJsonObject(self: SvixConfigOut): any;
};
