import { EntityHeader, UserProfile } from '../synapseTypes';
export declare const getStoredEntityHeaders: () => EntityHeader[];
export declare const getStoredUserProfiles: () => UserProfile[];
