export declare function EnvironmentVariablesDialogTrigger({ children, onFetchingVariablesChange, onOpenSuccess, }: { children: React.ReactNode; onFetchingVariablesChange: (isFetching: boolean) => void; onOpenSuccess?: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=environment-variables-dialog.d.ts.map