export declare const cliConfigFile: {
    path: string;
    read: () => {
        systemId?: "local" | "development" | "production" | undefined;
    };
    readIfExists: () => {
        systemId?: "local" | "development" | "production" | undefined;
    } | undefined;
    write: (config: {
        systemId?: "local" | "development" | "production" | undefined;
    }) => {
        serialized: string;
        changed: boolean;
    };
    remove: () => {
        changed: boolean;
    };
    update: (updater: (config: {
        systemId?: "local" | "development" | "production" | undefined;
    }) => void) => {
        serialized: string;
        changed: boolean;
    };
    exists: () => boolean;
};
export declare const userPoolId = "us-west-2_1qn5QzXzP";
export declare const userPoolClientId = "3mot5qlvchlui2mqs803fccbvm";
export declare const webAuthUrl = "https://auth.a6i0.net&redirect_uri=https://dashboard.a6i0.net";
export declare let cloudApiUrl: string;
//# sourceMappingURL=cli-config.d.ts.map