import { CTRL } from './types';
export declare const getCTRLFromExtension: () => Promise<CTRL | undefined>;
