/** Packaged Lychee TOML config filename. */ export declare const configFileName: "lychee.toml"; /** Published package name for this shared Lychee config. */ export declare const packageName: "lychee-config-nick2bad4u"; /** * Resolves the packaged Lychee config from an ESM module URL. * * @param fromUrl - Module URL to resolve from. * * @returns Absolute path to the packaged Lychee config file. */ export declare function resolveConfigPath(fromUrl?: string): string; /** Absolute path to the packaged Lychee config file. */ export declare const configPath: string; //# sourceMappingURL=preset.d.ts.map