/** * Reads a recipe auth JSON file and returns its object payload. * Expects: authPath points to a JSON object file. */ export declare function recipeAuthConfigRead(authPath: string): Promise>; //# sourceMappingURL=recipeAuthConfigRead.d.ts.map