export interface Warning {
    id: number;
    message: string;
}
//# sourceMappingURL=warning.d.ts.map