export interface JsonDescription { json: { value: any; }; } export declare const isJsonDescription: (val: any) => val is JsonDescription;