import { Config } from "../types"; /** * Resolves the path to the metaobjects directory */ export declare function resolveMetaobjectsDir(config: Config): string; /** * Gets the file path for a metaobject definition based on its type */ export declare function getMetaobjectFilePath(metaobjectsDir: string, type: string): string; /** * Gets the metaobject type from a filename */ export declare function getTypeFromFilename(filename: string): string; /** * Resolves a file path to the full path in the metaobjects directory * Handles both relative and absolute paths, with or without .json extension */ export declare function resolveMetaobjectFilePath(metaobjectsDir: string, filePath: string): string; //# sourceMappingURL=path-resolver.d.ts.map