import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const postCredentialsCardThunk: (onError: (err?: AxiosError) => void) => AppThunk>;