import { Logger } from 'winston'; declare function parseYamlWithDirectives(filePath: string, lightModulePath: string, logger: Logger): any | null; declare function resolveInheritPath(relPath: string, currentFile: string, lightModulePath: string): string | null; declare function resolveIncludePath(relPath: string, lightModulePath: string): string; export declare const parser: { parseYamlWithDirectives: typeof parseYamlWithDirectives; resolveInheritPath: typeof resolveInheritPath; resolveIncludePath: typeof resolveIncludePath; }; export {};