import { GraphQLObjectType } from "graphql"; export interface AuthorizationType { actor: string; permission?: string; } export declare const authorization_type: GraphQLObjectType;