import { Init } from '../../types.js'; declare function init(props: Init): void; export default init;