export declare const useNotifyAT: () => { notifyLog: (message: string) => void; notifyAlert: (message: string) => void; notifyStatus: (message: string) => void; }; //# sourceMappingURL=useNotifyAT.d.ts.map