import { ComponentInternalInstance } from 'vue';
export declare function useDisposableLayer(layerId: string, ci?: ComponentInternalInstance): void;
