export declare const findProjectRoot: () => Promise<string>;
export declare const CONFIG_FILE_NAME = "react-gtk.config.json";
export declare const addConfigSchema: () => Promise<void>;
