/**
 * Prepend file:// protocol to source path string or source-map sources.
 */
export declare function prepend(candidate: any): any;
/**
 * Remove file:// protocol from source path string or source-map sources.
 */
export declare function remove(candidate: any): any;
