export declare function equals(one: any, other: any): boolean; export declare const logObject: (obj: any) => void;