import { Client, query } from "faunadb"; declare function getClient(): Promise; export declare const q: typeof query; export default getClient;