/**
 * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
 *   Project name: FUME-COMMUNITY
 */
export interface FshPathObject {
    originPath: string;
    newPath: string;
}
export declare const getElementDefinition: (rootType: string, path: FshPathObject | string) => any;
//# sourceMappingURL=getElementDefinition.d.ts.map