export declare type PlatformType = 'web' | 'native'; export declare function replaceKeys(str: string, map: { [key: string]: string; }): string; export declare function removeLeadingSlash(fromPath: string): string; export declare function removeLeadingDot(fromPath: string): string;