declare const getInternalValue: (isInternal: boolean) => "internalFunc" | undefined; export default getInternalValue;