export declare class ValueWithComments { readonly value: any; readonly comments: string[]; constructor(value: any, comments: string[]); } //# sourceMappingURL=ValueWithComments.d.ts.map