import { IContextData } from '../types'; export declare function relativePath(from: string[], to: string[]): string[]; export declare function getSlotRelativePath(options: { contextData: IContextData; modulePaths?: string[]; from?: string; to: string; moduleName?: string; }): string;