export declare function useDisableLog({ isDisabled }: {
    isDisabled: boolean;
}): void;
