import { LoadOptions } from './load.interfaces.js'; export declare const load: (tsRelativePath: string, options?: LoadOptions) => Promise; export * from './load.interfaces.js';