export declare const decodePath: (path: string) => string;
export declare const removeEndingSplash: (content?: string) => string;
export declare const isLinkHttp: (link: string) => boolean;
