import Table from '.'; declare function init(t: Table): void; declare const _default: { init: typeof init; }; export default _default;