export { BackupScheduleArgs } from "./backupSchedule"; export type BackupSchedule = import("./backupSchedule").BackupSchedule; export declare const BackupSchedule: typeof import("./backupSchedule").BackupSchedule; export { DatabaseArgs } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { GetBackupScheduleArgs, GetBackupScheduleResult, GetBackupScheduleOutputArgs } from "./getBackupSchedule"; export declare const getBackupSchedule: typeof import("./getBackupSchedule").getBackupSchedule; export declare const getBackupScheduleOutput: typeof import("./getBackupSchedule").getBackupScheduleOutput; export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase"; export declare const getDatabase: typeof import("./getDatabase").getDatabase; export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput; export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex"; export declare const getIndex: typeof import("./getIndex").getIndex; export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput; export { IndexArgs } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export * from "../../types/enums/firestore/v1";