declare const _default: (url: string) => {
    contents: string;
    file?: undefined;
} | {
    file: string;
    contents?: undefined;
} | null;
export = _default;
