import { CompassCreateEventInput } from '@atlassian/forge-graphql-types'; import { GqlSegment } from './types'; export default function createEventSegment(input: CompassCreateEventInput): GqlSegment;