declare const loading: (cover: HTMLElement, state?: boolean, align?: string, hide?: boolean) => void; declare const acdInit: () => void; declare const index_acdInit: typeof acdInit; declare const index_loading: typeof loading; declare namespace index { export { index_acdInit as acdInit, index_loading as loading }; } export { acdInit as a, index as i, loading as l };