diff --git a/index.d.ts b/index.d.ts index 689b46d..d4764ed 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2,7 +2,7 @@ import { Stream } from "stream"; export function createPass(options: Schema.FactoryOptions): Promise; -declare class Pass { +export declare class Pass { constructor(options: Schema.PassInstance); public transitType: "PKTransitTypeAir" | "PKTransitTypeBoat" | "PKTransitTypeBus" | "PKTransitTypeGeneric" | "PKTransitTypeTrain";