import { A_Error } from '@adaas/a-concept'; declare class AreInstructionError extends A_Error { } export { AreInstructionError };