import type { SystemContext } from "@chakra-ui/react";
export declare function generateRecipe(sys: SystemContext, strict?: boolean): Promise<string>;
