import type { ComputedRef, MaybeRef } from 'vue';
type ObjectLiteral = {
    id: any;
};
export declare function useIsEditing<T extends ObjectLiteral>(input: MaybeRef<T | undefined>): ComputedRef<boolean>;
export {};
//# sourceMappingURL=is-editing.d.ts.map