import { AsmaulHusna } from './types.js';
export declare let asmaulhusnajson: AsmaulHusna[];
/**
 * index is the index of the asmaul husna in the list, starting from 1.
 * if the index is not found, it will throw error.
 * if the index is not provided, it will return random index asmaul husna.
 */
export default function asmaulhusna(index?: number): Promise<AsmaulHusna>;
//# sourceMappingURL=asmaulhusna.d.ts.map