import { RestCommand } from "../../types.js"; //#region src/rest/commands/server/graphql.d.ts /** * Retrieve the GraphQL SDL for the current project. * @returns GraphQL SDL. */ declare const readGraphqlSdl: (scope?: "item" | "system") => RestCommand; //#endregion export { readGraphqlSdl }; //# sourceMappingURL=graphql.d.ts.map