import { PrivateFileInfo, PrivateTreeInfo, PrivateLink, PrivateLinks, DecryptedNode, PrivateSkeletonInfo, PrivateSkeleton } from "../types.js"; export declare const isDecryptedNode: (obj: any) => obj is DecryptedNode; export declare const isPrivateFileInfo: (obj: any) => obj is PrivateFileInfo; export declare const isPrivateTreeInfo: (obj: any) => obj is PrivateTreeInfo; export declare const isPrivateLink: (obj: any) => obj is PrivateLink; export declare const isPrivateLinks: (obj: any) => obj is PrivateLinks; export declare const isPrivateSkeleton: (obj: any) => obj is PrivateSkeleton; export declare const isPrivateSkeletonInfo: (obj: any) => obj is PrivateSkeletonInfo;