export { transform } from "./transform";
export type * from "./types";

export { getInterfaceSignature } from "./getSignature/getInterfaceSignature";
export { getClassSignature } from "./getSignature/getClassSignature";
export { getEnumSignature } from "./getSignature/getEnumSignature";
export { getFunctionSignature } from "./getSignature/getFunctionSignature";
export { getAccessorSignature } from "./getSignature/getAccessorSignature";
export { getParametersSignature } from "./getSignature/getFunctionSignature";
export { getTypeParamSignature } from "./getSignature/getTypeParamSignature";
