declare const isYes: (str: string | number | boolean | undefined | null) => boolean; export { isYes };