import { AuthDef } from 'oak-domain/lib/types/Auth';
import { EntityDict } from '../oak-app-domain';
declare const authDef: AuthDef<EntityDict, 'mobile'>;
export default authDef;