export namespace execCommandBehaviorPolyfill {
    export { install };
    export { uninstall };
}
declare function install(): void;
declare function uninstall(): void;
export {};
//# sourceMappingURL=execCommand-behavior.d.ts.map