export declare const log: {
    unmatchedType: (name: string, type: "string" | "object" | "object?" | "function" | "function?") => void;
    nonJSONValue: (name: string) => void;
};
