import type Alwan from "..";
import type { IInputs } from "../types";
export declare const Inputs: (alwan: Alwan) => IInputs;
