export declare function getFileEntityData(token: string, entityId: string, versionNumber?: string, onError?: (error: {
    message: string;
}) => void): Promise<{
    version?: number;
    content: JSON;
}>;
//# sourceMappingURL=SynapseFormUtils.d.ts.map