import { Source } from '../types/Options'; export declare type Options = { cwd?: string; }; export declare function normalizeSourceObject(source: Source, options?: Options): Source; export default function normalizeSource(source: Source | string, options?: Options): Source;