import { EntityDict } from '../general-app-domain'; export declare const userProjection: EntityDict['user']['Selection']['data']; export declare const tokenProjection: EntityDict['token']['Selection']['data'];