import { RunnerComponentInstance } from '../../directives/runner/runner'; export declare const isPermissionError: (msg: string) => boolean; export declare const requestCredentials: (scope: any, runnerInstance: RunnerComponentInstance) => any;