export declare const FIRESTORE_ENDPOINT = "https://firestore.googleapis.com"; /** * @returns The firestore endpoint for a project ID. * @param project_id * @param paths * @param suffix */ export declare const get_firestore_endpoint: (project_id: string, paths?: string[], suffix?: string) => URL;