import { efct } from "./efct.abstract"; export declare const useIf: (condition: unknown, callback: T) => void;