/** * FeeStructure Constants * * Organization: * - Page Configuration * - API Routes * - Fee Type Options */ import { FEE_TYPE } from "../../type"; export declare const pageLimit: number; export declare const FEE_TYPE_OPTIONS: { label: string; value: FEE_TYPE; }[]; export declare const FREQUENCY_OPTIONS: { label: string; value: string; }[];