import { ID, LongHand } from './types'; export declare const isShortHand: (relation: any) => relation is ID; export declare const isLongHand: (relation: any) => relation is LongHand; //# sourceMappingURL=data.d.ts.map