export declare const READ_ONLY_ERROR_MESSAGE = "This CLI is authenticated in read-only mode. Re-run `tw auth login` without --read-only to enable write operations."; export declare function isMutatingMethod(methodPath: string): boolean; export declare function ensureWriteAllowed(): Promise; //# sourceMappingURL=permissions.d.ts.map