import { Helper } from './interfaces'; declare const _default: (customScriptPath: string | null, customStylePath: string | null) => Helper; export default _default;