import type ParseObject from './ParseObject';
export default function canBeSerialized(obj: ParseObject): boolean;
