/** Force a fresh dashboard login. */ export declare function runLogin(): Promise; /** List agent-account inboxes on the project's application. */ export declare function runGrants(opts: { name?: string; }): Promise; /** Scrub one-time plaintexts retained only to resume an unfinished setup. */ export declare function runCleanupSecrets(opts: { name?: string; }): Promise; /** Delete the local project record, optionally deleting the hosted Cloudflare app first. */ export declare function runDeleteProject(opts: { name?: string; hosted?: boolean; }): Promise; /** Tear down the Cloudflare side of a project (Nylas resources are kept). */ export declare function runDestroy(opts: { name?: string; }): Promise; //# sourceMappingURL=misc.d.ts.map