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