import type { LoadOptions } from './LoadOptions.type.js'; import type { LoadOptionsFinal } from './LoadOptionsFinal.type.js'; export declare function applyDefaultLoadOptions(userOptions: LoadOptions): LoadOptionsFinal;