/** * Finds the `meta-function.json` file * * This function either finds the file and yields its contents as a string * or throws with an error */ export declare const findMetaDescriptionFile: (fileName?: string) => Promise;