import { AppThunk } from 'store'; export declare const validateCredential: (username: string, password: string, callback: (error?: { message: string; statusCode: string; }) => void) => AppThunk; export declare const logoutThunk: (callback: (error?: { message: string; statusCode: string; }) => void) => AppThunk;