# sig/localhost/authority.rbs class Localhost::Authority def self.fetch: () -> untyped def self.list: () -> untyped def certificate: () -> untyped def certificate_path: () -> untyped def client_context: () -> untyped def dh_key: () -> untyped def initialize: () -> void def key: () -> untyped def key=: () -> untyped def key_path: () -> untyped def load: () -> untyped def save: () -> untyped def server_context: () -> untyped def store: () -> untyped def subject: () -> untyped def subject=: () -> untyped end # sig/localhost/issuer.rbs class Localhost::Issuer def self.fetch: () -> untyped def certificate: () -> untyped def certificate_path: () -> untyped def initialize: () -> void def key: () -> untyped def key_path: () -> untyped def load: () -> untyped def lockfile_path: () -> untyped def save: () -> untyped def subject: () -> untyped def subject=: () -> untyped end # sig/localhost/state.rbs module Localhost::State def self.path: () -> untyped def self.purge: () -> untyped end # sig/localhost/system.rbs module Localhost::System def self.current: () -> untyped end # sig/localhost/system/darwin.rbs module Localhost::System::Darwin def self.install: () -> untyped def self.install: () -> untyped end