import { IContextData } from '../types'; export declare function getSlotRelativePath(options: { contextData: IContextData; from: string; to: string; }): string;