export declare function resolveLocalPath(input: string): string | null;
export declare function toFileHref(input: string): string | null;
export declare function isHttpUrl(input: string): boolean;
