import type { LoaderOptions } from './types'; declare function init(options?: LoaderOptions): void; export default init;