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