import Bug from "./bug"; export declare function toJson(bug: Bug): string; export declare function fromJson(json: string): Bug;