type UseErrorOptions = {
    emitListener: boolean;
};
export declare function useError(message: string, { emitListener }: UseErrorOptions): {
    emit: () => never;
};
export {};
//# sourceMappingURL=useError.d.ts.map