import type { GqlResolvers } from "../../graphql/generated-graphql-types.d.ts";
import { type GraphqlContext } from "../../graphql/graphql.types.js";
export interface BackupInfo {
fileWeight: number;
downloadUrl: string;
}
export declare const backupResolvers: GqlResolvers<GraphqlContext>;