import { Component } from '@atlassian/forge-graphql-types'; export declare const shouldCreateExternalAlias: (externalAliasId: string, externalSource: string, component?: Component) => boolean;