/** Helper type to extract only the public interface of a class. */ export type PublicInterface = Pick; //# sourceMappingURL=PublicInterface.d.ts.map