declare function installImplementation(): void;
declare function install(): void;

export { install, installImplementation };
