import { FastdbGetRes } from '../index';
declare function fetchGet(table: string, id: string | number): FastdbGetRes;
export default fetchGet;
