declare const isBooleanTrue: (str: any, extend?: boolean, trueBooleans?: (string | number)[]) => any; export default isBooleanTrue;