// A UNIX socket address.
export type addr = str;
// Invalid UNIX socket path.
export type invalid = void!;