declare const queries: { projectsQuery: string; projectPathQuery: string; projectRawBlobQuery: string; }; declare const mutations: { createCommitMutation: string; }; export { mutations, queries };