import { OperationResultWithMeta } from './client/graphqlClient';
export declare function getInvalidAccessTokenMessage({ result, repoOwner, repoName, globalConfigFile, }: {
    result: OperationResultWithMeta;
    repoOwner: string;
    repoName: string;
    globalConfigFile?: string;
}): string | undefined;
