declare function exists(option: any): boolean; declare const _default: { exists: typeof exists; doesRelationshipOptionExist: typeof exists; BUILT_IN_ENTITY: string; }; export default _default;