import { Restaurant } from '..'; export declare type RegisterResult = { access_token: string; restaurant: Restaurant; }; //# sourceMappingURL=index.d.ts.map