export declare function runDebugState({ showSecrets }: { showSecrets: boolean; }): Promise; export declare function runDebugReset({ force, credentialsOnly, configOnly, }: { force: boolean; credentialsOnly: boolean; configOnly: boolean; }): Promise; export declare function runDebugSimulate({ expiredToken, noKeyring, unclaimed, noAuth, crash, }: { expiredToken: boolean; noKeyring: boolean; unclaimed: boolean; noAuth: boolean; crash?: boolean; }): Promise; export declare function runDebugEnv(): Promise; export declare function runDebugToken(): Promise;