import { Authenticated } from '../utils/client'; import { Restaurant } from '.'; export declare const findById: (id: number) => Promise; export declare const findByKey: (key: string) => Promise; export declare const getKey: (id: number, { authToken }: Authenticated) => Promise<{ key: string; }>; //# sourceMappingURL=find.d.ts.map