export declare function isRecord(value: unknown): value is Record; export declare function stripJsonComments(input: string): string;