export declare const UNABLE_TO_LOAD_EXTENSION: (id: string) => string;
export declare const UNABLE_TO_LOAD_EXTENSION_FROM_LIST: (ids: string[]) => string;
